[jQuery] Animate hidden hyperlink to display:block

Posted by cube on Stack Overflow See other posts from Stack Overflow or by cube
Published on 2010-04-13T16:27:23Z Indexed on 2010/04/13 16:33 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

Hi guys,

given a hidden hyperlink (hidden by setting display: inline in a css file), how can I achieve to animate this hyperlink to 'display:block'? Neither show() nor the following code

 .animate({
     display: block
 }, {
     duration: 500
 }

do work!

Anny suggestions? Cheers, cube

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about hyperlink